* xmenu.c (dialog_selection_callback) [!USE_GTK]: Cast to intptr_t,
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 9 Jun 2011 01:12:45 +0000 (18:12 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 9 Jun 2011 01:12:45 +0000 (18:12 -0700)
commit1bbcdbfc50e0d11332733a5fb288e026349f72ec
treeee7630918838d8666e4db6079b12954198c8ce53
parent1f7059699dc3fa8993736263974ad5a9c172e7cb
* xmenu.c (dialog_selection_callback) [!USE_GTK]: Cast to intptr_t,

not to EMACS_INT, to avoid GCC warning.
src/ChangeLog
src/xmenu.c